GetDirectoryFiles

Get filenames in a directory path (memory should be freed)

extern (C) @nogc nothrow
char**
GetDirectoryFiles
(
const(char*) dirPath
,
int* count
)

Meta